home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / comm / tcp / PutClient10.readme < prev    next >
Text File  |  1999-07-01  |  2KB  |  85 lines

  1. Short:    FTP put client (shell exe to send files to remote system)
  2. Author:   rakey@cnetbbs.net  (Ray Akey)
  3. Uploader: rakey@cnetbbs.net  (Ray Akey)
  4. Type:     comm/tcp
  5.  
  6. This is a freebie from Ray A. Akey (AKA developer for ZenMetal Software).
  7.  
  8. It is a simple AmigaDOS shell executable that is used to send files
  9. to a remote FTP site.
  10.  
  11. Program argument template:
  12.  
  13.     U=USER/K,P=PASS/K,O=PORT/K,V=DOPASV/S,Q=QUIET/S,L=LOCALDIR/K,HOSTFILE/K/A/F
  14.  
  15.    U=USER    : the username to use when logging in (default: anonymous).
  16.    P=PASS    : the password to use when logging in (default: getclient@www.cnetbbs.net).
  17.    O=PORT    : remote port to connect.
  18.    V=DOPASV  : do PASV transfer (useful for FTPing from behind firewalls)
  19.    Q=QUIET   : suppress shell output.
  20.    L=LOCALDIR: makes this directory current local working directory before sending.
  21.    HOSTDIR   : the site plus optional port and dir to list. (port default = 21)
  22.  
  23.    NOTE: As an alternate, the U and P arguments can be specified in the
  24.          HOSTDIR argument in usual URL form. ftp:// is optional.
  25.  
  26. Examples:
  27.  
  28.    1) PutClient us.aminet.net/pub/aminet/new/killer_new_app.lha
  29.    2) PutClient us.aminet.net/pub/aminet/new/killer_new_app.readme
  30.    3) PutClient username:password@somesite/pub/some_dir/my_file.tar
  31.  
  32. Shell/script Error Codes:
  33.  
  34.    30 = no socket lib
  35.    29 = no filename given
  36.    28 = bad password
  37.    27 = bad username
  38.    26 = not welcome/service unavailable
  39.    25 = dir does not exist
  40.    24 = bad args
  41.    23 = list transfer failed
  42.    21 = connection refused
  43.    0    = success
  44.  
  45.  
  46. INTERNET EMAIL:
  47.  
  48.    rakey@cnetbbs.net    (Ray A. Akey)
  49.  
  50. FIDONET/C-LINK NETMAIL:
  51.  
  52.     Heavy Metal@1:246/74          (Fidonet)
  53.     Heavy Metal@911:9000/0        (C-Link)
  54.  
  55. WWW:
  56.  
  57.    http://www.cnetbbs.net/FreeWare/
  58.  
  59. POSTAL (SNAIL MAIL) ADDRESSES:
  60.  
  61.    Ray A. Akey
  62.    411 Bridge Ave.
  63.    Windsor, ON
  64.    Canada  N9B 2M3
  65.  
  66. BULLETIN BOARD SUPPORT SYSTEM:
  67.  
  68.    (519)256-0278 - The Metal Shoppe BBS (Development/Sales/Support/Licensing)
  69.  
  70. INTERNET RELAY CHAT CHANNEL
  71.  
  72.    server : irc.cnetbbs.net
  73.    port   : 6667
  74.    channel: #cnet
  75.  
  76.  
  77. ============================= Archive contents =============================
  78.  
  79. Original  Packed Ratio    Date     Time    Name
  80. -------- ------- ----- --------- --------  -------------
  81.    18576   10706 42.3% 29-May-99 02:42:30  PutClient
  82.     2052    1116 45.6% 29-May-99 02:34:44  PutClient10.readme
  83. -------- ------- ----- --------- --------
  84.    20628   11822 42.6% 30-May-99 11:58:04   2 files
  85.